home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / AVOGADRO / GRAPHING / FUNCTION_PLOTTER / !FnPlotter / !Run < prev    next >
Text File  |  1996-05-15  |  701b  |  26 lines

  1. | > !FnPlotter.!Run
  2. |
  3. |
  4. | by Chris Johnson
  5. |
  6. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  7. |
  8. If "<FNPlotter$Running>" = "yes" Then Error FNPlotter is already running
  9. |
  10. IconSprites <Obey$Dir>.!Sprites
  11. |
  12. | Find path to file
  13. Set FnPlotter$Dir <Obey$Dir>
  14. |
  15. set temp$flag 1
  16. RMEnsure CJWimpUtil 0 set temp$flag 0
  17. RMEnsure CJWimpUtil 0.17 if "<temp$flag>" = "1" Then Error 0 Old CJWimpUtil module installed Else RMLoad <Obey$Dir>.cjWimpUtil
  18. RMEnsure CJWimpUtil 0.17 Error You need the CJWimpUtil module (0.15 or later) installed
  19. |
  20. |
  21. | Check memory allocation
  22. WimpSlot -min 48K -max 48K
  23. |
  24. | Now start program
  25. Run <FnPlotter$Dir>.!RunImage %*0
  26.